Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/

assets /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/assets/
1 Items
  • scrabble.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/index.html
    407 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/script.js
    168 Views
    0 Comments
    var input = document.querySelectorAll('textarea')[0],
    characterCount = document.querySelector('#characterCount'),
    wordCount
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/style.css
    149 Views
    0 Comments
    * {
    padding: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {
    font-family: "sans";